Please remember this is a work in progress. Home » Technical Information

Technical Information

 

Feature Matrix And Supported enviroments

 

  IntraWeb X Evaluation Version IntraWeb XI IntraWeb XII IntraWeb XIV
Feature Ultimate All IW versions Personal Standard Ultimate Personal Standard Ultimate Personal Standard Ultimate
AJAX support tick tick tick tick tick tick tick tick tick
Old Page Mode tick tick                  
Integrated Page Mode   tick tick tick tick tick tick tick tick tick tick
RSS Feeds   tick tick tick tick tick tick tick tick tick tick
Static Content   tick tick tick tick tick tick tick tick tick tick
URL Mapping   tick tick tick tick tick tick tick tick tick tick
Embeded Web Server (Stand Alone Server) tick tick tick tick tick tick tick tick tick tick tick
Windows Service Deployment tick     tick tick   tick tick   tick tick
ISAPI Deployment tick       tick     tick     tick
SSL Encyrption tick       tick     tick     tick
IP Binding tick       tick     tick     tick
Priority Support       tick tick   tick tick   tick tick
Access to Source Code (Most)         tick     tick     tick
Concurrent Session Limit     5     5     5    
Application Mode tick tick tick tick tick tick tick tick tick tick tick
Authentication Components   tick     tick     tick     tick
Session Inactivity Timeout Configurable Configurable 20 min 20 min Configurable 20 min 20 min Configurable 20 min 20 min Configurable
Maximum Session Timeout no limit no limit no limit no limit no limit no limit no limit no limit no limit no limit no limit
Evaluation Notice   tick                  
Built-in HTML editor     tick tick tick tick tick tick tick tick tick
URL Responders   tick tick tick tick tick tick tick tick tick tick
Embeded jQuery library           tick tick tick tick tick tick
Content Compression using ZLib DLL tick tick tick tick tick            
Content Compression using embeded ZLib           tick tick tick tick tick tick
                       
Supported IDEs                      
Delphi 7 tick   tick tick tick            
RAD Studio / Delphi/ C++ Builder 2007 tick   tick tick tick            
RAD Studio / Delphi/ C++ Builder 2009 tick   tick tick tick tick tick tick tick tick tick
RAD Studio / Delphi/ C++ Builder 2010 tick   tick tick tick tick tick tick tick tick tick
RAD Studio / Delphi/ C++ Builder XE tick   tick tick tick tick tick tick tick tick tick
RAD Studio / Delphi/ C++ Builder XE2 32 bits tick         tick tick tick tick tick tick
RAD Studio / Delphi/ C++ Builder XE2 64 bits           tick tick tick tick tick tick
RAD Studio / Delphi/ C++ Builder XE3 32 bits           tick tick tick tick tick tick
RAD Studio / Delphi XE3 64 bits           tick tick tick tick tick tick
RAD Studio / Delphi/ C++ Builder XE4 32 bits           tick tick tick tick tick tick
RAD Studio / Delphi XE4 64 bits           tick tick tick tick tick tick
RAD Studio / Delphi/ C++ Builder XE5 32 bits           tick tick tick tick tick tick
RAD Studio / Delphi XE5 64 bits           tick tick tick tick tick tick
RAD Studio / Delphi/ C++ Builder XE6 32 bits                 tick tick tick
RAD Studio / Delphi XE6 64 bits                 tick tick tick
RAD Studio / Delphi/ C++ Builder XE7 32 bits                 tick tick tick
RAD Studio / Delphi XE7 64 bits                 tick tick tick
RAD Studio / Delphi/ C++ Builder XE8 32 bits                 tick tick tick
RAD Studio / Delphi XE8 64 bits                 tick tick tick
                       
Bundled with                      
RAD Studio / Delphi/ C++ Builder XE     Pro Ent/Arch              
RAD Studio / Delphi/ C++ Builder XE2           Pro Ent/Arch        
RAD Studio / Delphi/ C++ Builder XE3                 Pro Ent/Arch  
RAD Studio / Delphi/ C++ Builder XE4                 Pro Ent/Arch  
RAD Studio / Delphi/ C++ Builder XE5                 Pro Ent/Arch  
RAD Studio / Delphi/ C++ Builder XE6                 Pro Ent/Arch  
RAD Studio / Delphi/ C++ Builder XE7                 Pro Ent/Arch  
RAD Studio / Delphi/ C++ Builder XE8                 Pro Ent/Arch  

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 









AJAX support

IntraWeb supports AJAX. With AJAX you can create web applications that can send data to, and retrieve data from a server asynchronously (in the background) without interfering with the display and behavior of the existing page. Most of the IntraWeb visual components has built-in AJAX support and allows more user friendly page updates, without a full postback operation.

Old Page Mode

IntraWeb page mode is basically the same as CGI and in it is stateless. You can create IntraWeb forms and us them in a CGI like application. The old page mode support is available in IntraWeb 10 only. You need to use Web Broker for using the IntraWeb 10 page mode.

Integrated Page Mode

The new Integrated Page Mode, formely IPM, is a new feature introduced in IntraWeb XI that allows serving HTML files, mapping URL to forms and allows mixing the old page mode along with application mode. For more information about IPM, check Integrated Page Mode Overview.

RSS Feeds

With the RSS Feeds support starting from IntraWeb XI, you can start syndicate content from your IntraWeb application automatically. For more information, check RSS Feeds.

Static Content

Static content allows you to add static items such as html, jpg, etc to your application. This can be useful for downloads, templates, or even pages. For more information, check Integrated Page Mode Overview

URL Mapping

The URL Mapping feature introduced in IntraWeb XI allows the developer to map a URL directly to a IW Form, allowing the users of your application add bookmarks, for example. For more information, check Integrated Page Mode Overview

Embeded Web Server (Stand Alone Server)

The Stand Alone Server application type allows you to run your application without the dependency of a web server like IIS or Apache, which is easier to deploy.

Windows Service Deployment

Deploying your SA Server as a Window service ensures your application is always re-started due to a server reboot, as well allows more specific application settings, as associating the application with a Windows Login.

ISAPI Deployment

Deploy your applications in ISAPI enabled web servers, like IIS and Apache (Windows only)

SSL Encyrption

Enable Security Socket Layer in your application whi is available when you use the SA Server. For ISAPI, you need to use the built-in SSL in the web server.

IP Binding

Allows you to bind the application to a certain IP.

Priority Support

Access to priority support. Check How to get support for more information.

Access to Source Code (Most)

Access to most of the IntraWeb source code.

Concurrent Session Limit

This limitation is only active in the Personal Edition

Application Mode

The application mode is the default way of developing statefull web applications with IntraWeb

Authentication Components

Built-in authentication components which uses HTTP authentication for application access. Check Authorization for more information

Session Inactivity Timeout

Ability to set the maximum amount of time a user session can be idle, before the user session is destroyed.

Maximum Session Time

In all IntraWeb editions there is no time limit for a session.

Evaluation Notice

The evaluation version of IntraWeb may show a evaluation message before starting the application.

Built-in HTML editor

The built-in HTML Editor allows your users to edit the content of HTML files of your applications directly in the Browser.

URL Responders

Add custom processment when your application received a specific URL request. Check Using URL Responders.

Embeded jQuery library

IntraWeb now includes the latest jQuery release.

Content Compression using ZLib DLL

Use the ZLib compression to speed up page downloads, specially for mobile devices. Requires deployment of Zlib DLL along with your application.

Content Compression using ZLib embeded code

Use the embeded ZLib compression. No DLL deployment required.

 

Terms of Use | Privacy Statement © 2002 - 2024 Atozed Software